home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / RLaB 1.15c / help / fft < prev    next >
Encoding:
Text File  |  1994-02-21  |  870 b   |  17 lines  |  [TEXT/RLAB]

  1.  a complex periodic
  2.     sequence.
  3.  
  4.     for j=1,...,n
  5.     
  6.            c(j)=the sum from k=1,...,n of
  7.     
  8.                  c(k)*exp(-i*(j-1)*(k-1)*2*pi/n)
  9.     
  10.                        where i=sqrt(-1)
  11.  
  12.     The argument X must be a matrix. If X is a row, or column
  13.     matrix then a vector fft is performed. If X is a MxN matrix
  14.     then the N columns of X are fft'ed.
  15.  
  16. See Also: ifft
  17.